Видео с ютуба Python Functools
Scott Irwin - A Hitchhiker’s Guide to functools
Вы можете делать действительно крутые вещи с помощью функций в Python
Стандартная библиотека Python: Functools
Wrapper function partial from the functools module. Let's organize our code better and more conve...
Partial Functions in Python - Functools Tutorial
Самый полезный декоратор в Python
Why not to use functools.reduce in Python
How To Use "reduce()" In Python Tutorial (Functools)
Functools is one of the MOST USEFUL Python modules
Декораторы и модуль functools
functools.partial — секрет Python, который сэкономит тебе часы кода
помощник functools.partial
python: functools.lru_cache (beginner - intermediate) anthony explains #54
The Functools Module
#23. Функция reduce() модуля functools | The Python Standard Library
What’s the best way to use functools.partial? Simplify Your #functions with functools.partial!
Python Trick: Using functools.wraps to Preserve Function Metadata in Decorators
Functools in python !!
#22. Декоратор lru_cache модуля functools | The Python Standard Library
What is functools.wraps in Python 🐍